Flutter
WalletKit on Flutter
reown_walletkit
pubspec.yaml
flutter pub get
flutter pub add reown_walletkit
allprojects { repositories { google() mavenCentral() maven { url 'https://jitpack.io' } // <- add jipack url } }
DebugProfile.entitlements
Release.entitlements
<key>com.apple.security.network.client</key> <true/>
Was this page helpful?